﻿2026-07-23T03:48:56.8134835Z ##[group]Run actions/checkout@v5
2026-07-23T03:48:56.8135088Z with:
2026-07-23T03:48:56.8135269Z   repository: SaberMage/spt-shell-notify
2026-07-23T03:48:56.8135503Z   path: .adapter-notify
2026-07-23T03:48:56.8138221Z   token: ***
2026-07-23T03:48:56.8138410Z   ssh-strict: true
2026-07-23T03:48:56.8138583Z   ssh-user: git
2026-07-23T03:48:56.8138762Z   persist-credentials: true
2026-07-23T03:48:56.8139050Z   clean: true
2026-07-23T03:48:56.8139242Z   sparse-checkout-cone-mode: true
2026-07-23T03:48:56.8139451Z   fetch-depth: 1
2026-07-23T03:48:56.8139609Z   fetch-tags: false
2026-07-23T03:48:56.8139785Z   show-progress: true
2026-07-23T03:48:56.8139966Z   lfs: false
2026-07-23T03:48:56.8140129Z   submodules: false
2026-07-23T03:48:56.8140310Z   set-safe-directory: true
2026-07-23T03:48:56.8140520Z   allow-unsafe-pr-checkout: false
2026-07-23T03:48:56.8140724Z env:
2026-07-23T03:48:56.8140886Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-23T03:48:56.8141107Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-23T03:48:56.8141359Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-23T03:48:56.8141572Z ##[endgroup]
2026-07-23T03:48:56.9857790Z Syncing repository: SaberMage/spt-shell-notify
2026-07-23T03:48:56.9858369Z ##[group]Getting Git version info
2026-07-23T03:48:56.9858777Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-23T03:48:56.9860667Z [command]/usr/bin/git version
2026-07-23T03:48:56.9895581Z git version 2.43.0
2026-07-23T03:48:56.9912700Z ##[endgroup]
2026-07-23T03:48:56.9922540Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b9ebb3bc-caa5-49ed-b667-9e634f25dc2c' before making global git config changes
2026-07-23T03:48:56.9923246Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T03:48:56.9925683Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-23T03:48:56.9953532Z ##[group]Initializing the repository
2026-07-23T03:48:56.9956205Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-23T03:48:56.9981859Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-23T03:48:56.9982291Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-23T03:48:56.9982673Z hint: of your new repositories, which will suppress this warning, call:
2026-07-23T03:48:56.9983203Z hint: 
2026-07-23T03:48:56.9983436Z hint: 	git config --global init.defaultBranch <name>
2026-07-23T03:48:56.9983690Z hint: 
2026-07-23T03:48:56.9983913Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-23T03:48:56.9984286Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-23T03:48:56.9984588Z hint: 
2026-07-23T03:48:56.9984748Z hint: 	git branch -m <name>
2026-07-23T03:48:56.9986743Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-23T03:48:56.9993682Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-23T03:48:57.0017562Z ##[endgroup]
2026-07-23T03:48:57.0017872Z ##[group]Disabling automatic garbage collection
2026-07-23T03:48:57.0020668Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T03:48:57.0042573Z ##[endgroup]
2026-07-23T03:48:57.0042881Z ##[group]Setting up auth
2026-07-23T03:48:57.0047245Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T03:48:57.0069618Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T03:48:57.0281065Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T03:48:57.0307343Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T03:48:57.0492784Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T03:48:57.0518264Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T03:48:57.0706191Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T03:48:57.0734918Z ##[endgroup]
2026-07-23T03:48:57.0735353Z ##[group]Determining the default branch
2026-07-23T03:48:57.0737852Z Retrieving the default branch name
2026-07-23T03:48:57.5188281Z Default branch 'main'
2026-07-23T03:48:57.5189092Z ##[endgroup]
2026-07-23T03:48:57.5189483Z ##[group]Fetching the repository
2026-07-23T03:48:57.5194715Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-23T03:48:58.1448440Z From https://github.com/SaberMage/spt-shell-notify
2026-07-23T03:48:58.1449098Z  * [new branch]      main       -> origin/main
2026-07-23T03:48:58.1466532Z ##[endgroup]
2026-07-23T03:48:58.1466856Z ##[group]Determining the checkout info
2026-07-23T03:48:58.1469198Z ##[endgroup]
2026-07-23T03:48:58.1473483Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T03:48:58.1518420Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T03:48:58.1544311Z ##[group]Checking out the ref
2026-07-23T03:48:58.1546897Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T03:48:58.1583794Z Switched to a new branch 'main'
2026-07-23T03:48:58.1584129Z branch 'main' set up to track 'origin/main'.
2026-07-23T03:48:58.1587574Z ##[endgroup]
2026-07-23T03:48:58.1622682Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T03:48:58.1645113Z ee2d37eadc730c0019e0af82d683074c509634a2
